home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / business / hsd21.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-01-07  |  710b  |  35 lines

  1. @echo off
  2. cls
  3. if %1x == x goto help
  4. echo .
  5. echo .
  6. echo .
  7. echo .
  8. echo This will copy the Handy Stuff files from this directory to %1\HNDYSTUF
  9. echo Press Ctrl Break to abort or any other key to continue
  10. pause >nul
  11. md %1\hndystuf
  12. rem copy *.* %1\hndystuf
  13. rem %1
  14. rem cd\hndystuf
  15. hs_dinst %1\hndystuf 
  16. %1
  17. cd\hndystuf
  18. cls
  19. echo .
  20. echo .
  21. echo All done.  %1\hndystuf\HNDY will start Handy Stuff.
  22. echo .
  23. echo Have fun.
  24. goto END
  25. :help
  26. echo .
  27. echo .
  28. echo HANDY STUFF Installation
  29. echo ---------------------------------------
  30. echo Usage: INSTALL [destination:]
  31. echo ---------------------------------------
  32. echo Example:  INSTALL C:  -- Will install HANDY STUFF to the C: drive
  33. echo 
  34. :END
  35.